home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ TableCloth 1.5 / TableCloth 1.5 Ä.sit / TableCloth 1.5 ƒ / Read Me next >
Text File  |  1996-01-15  |  4KB  |  69 lines

  1. TableCloth 1.5
  2. a spreadsheet to HTML table converter applet
  3. by Ben Eloy; beloy@istore.com
  4. Script Tools 1.3.5 are copyright ⌐ 1993-1995, Mark Alldritt;  All Rights Reserved
  5. speed modifications by Brad Hutchings at Hutchings Software Development (hsd@earthlink.net)
  6. user interface modifications by Dan Meriwether at Digital Internet Systems Consultants (DRM@Dis.org)
  7.  
  8. Description
  9.  
  10. TableCloth is a small AppleScript applet which converts tab-delimited text to HTML table format; because it converts simple ASCII text, it can convert files from a multitude of spreadsheet and database applications.  Users of Microsoft╒s Excel, Claris╒ ClarisWorks, Lotus╒ 1-2-3, and Claris╒ FileMaker Pro can all benefit from the easy table generation which TableCloth provides.
  11.  
  12. Requirements
  13.  
  14. TableCloth requires AppleScript.  If you don╒t have AppleScript, you can get it as part of Apple╒s System 7.5 Upgrade kit, available from Apple (http://www.apple.com).  
  15.  
  16. TableCloth also requires two of Mark Aldritt's ScriptTools OSAXen; they are included by permission of the author.  If you don't already have ScriptTools installed, move the two Scripting Additions into the "Scripting Additions" folder in the "Extensions" folder of your Mac's "System Folder."
  17.  
  18. Instructions
  19.  
  20. 1.    Create a database or spreadsheet in your program of choice.
  21. 2. Save your document as ╥tab delimited╙ or ╥ASCII text.╙
  22. 3. Drag the converted, ASCII text document onto the TableCloth icon.
  23. 4. TableCloth will ask you for your preferred file save state; after the first run, your preferred save state will be the default state, so you'll only have to hit (return) to select your default save state.
  24. 5.    TableCloth will prompt you for <TABLE>, <TR>, and <TD> tags.
  25. 6. Your Mac will beep to indicate that the conversion has finished.
  26.  
  27. Acknowledgments
  28.  
  29. I can╒t thank Brad Hutchings at Hutchings Software Development (hsd@earthlink.net)
  30. enough; he took the time to tweak TableCloth╒s code so that it now processes at a much higher speed.  
  31.  
  32. I'd also like to thank Dan Meriwether for his user interface modifications; they've made TableCloth more pleasant to use.
  33.  
  34. Additional thanks to Mark Alldritt for permitting use of his ScriptTools OSAXen.
  35.  
  36. Emailware
  37.  
  38. If you like this applet, I ask only that you send me an email at this address:
  39.  
  40. beloy@istore.com
  41.  
  42. Please tell me what you like about the program and what you╒d like to see in the future.  I promise to send notification of new versions and updates to anyone who registers.
  43.  
  44. The latest version of this applet can always be found on the Info-Mac archives;
  45. try http://hyperarchive.lcs.mit.edu/HyperArchive/Recent-Summary.html for starters.
  46.  
  47. Notice!
  48.  
  49. Please do not distribute modified copies of this applet.  If you╒d like to include this applet with a program you╒re distributing, please email me.  If you need to modify the applet for your personal use, that╒s fine.  You may distribute the applet as much as you like, so long as you include this ReadMe and do not modify the applet in any way.  Enjoy!
  50.  
  51. Copyright information for Script Tools:
  52.  
  53. Script Tools 1.3.5
  54. Copyright ⌐ 1993-1995
  55. Mark Alldritt All Rights Reserved
  56.  
  57. ScriptTools 1.3.5 is available via ftp at:
  58. ftp://gaea.scriptweb.com/applescript/osaxen
  59.  
  60. Revision History
  61.  
  62. Version 1.5 - removed Progress Bar; user interface modifications by Dan Meriwether.
  63. Version 1.4 - removed save to clipboard, added save to file
  64. Version 1.3 - significant speed increase due to Brad Hutchings╒ (hsd@earthlink.net) modifications.
  65. Version 1.2 - third release; removed save to file; added save to clipboard; added default <TABLE>, <TR>, <TD> modifiers; added Progress Bar support; moved to Jon's Commands OSAX; tuned ReadMe.
  66. Version 1.1 - second release; added save to file, sped up, included OSAXen, added title, caption, and table centering options; released 27-28 December 1995.
  67. Version 1.0 - first incarnation, created 26 December 1995.
  68. Version 1.1 - second release; added save to file, sped up, included OSAXen, added title, caption, and table centering options; released 27-28 December 1995.
  69. Version 1.0 - first incarnation, created 26 December 1995.